LogViewPlus Support
Member since November 2018
Recent Activity
LogViewPlus is failing when logs are recreated
Please see our definition of a log entry . Consider the log line: [2024.04.05-16.14.05:548][123]Logger: An error has occurred! --- CALLSTACK ---=[C](-...
Distinguish multiple logs with the same file name
The parser mapping settings wouldn't be the right place to do this because those settings are specific to the data inside the log file. It deter...
App install
Thanks for the update Mario, glad to hear you found a solution. I suspect the problem may have been that the downloaded *.exe file was blocked i...
Corporate License
HI Ofir, The price includes one year of support. At the end of the year, all registered instances will continue to run normally. However, ...
Transform Test Presets
Thanks for chasing this one. In the next release, we have added a 'History' menu to the Transform Text and SQL Scratchpad dialogs. History works by sa...
LogViewPlus 3.1.6
LogViewPlus 3.1.6 is now available with a new built-in dashboard for Windows Event Logs which monitors events as recommended by Microsoft and the NSA....
How to correct log level when there's colon in message?
Hi Bruce, This configuration seems to work fine in the latest release, so I would recommend upgrading: Given that the latest version works where v2.5....
Monolog LineFormatter parsing config?
This is a tricky file to parse because the message, context and 'extra' are all separated by a single space. This does not sufficiently delineat...
Trouble using the real time TCP logging feature
Hi, When monitoring a network connection, LogViewPlus will write messages to the temporary log file as soon as the messages are received. Whatev...
Nested JSON Parser
The built-in LogViewPlus parsers expect a maximum of one log entry per log line. It appears your log file is written all at once rather than lin...
Quotes in the first and last column
It looks like the quotes are part of the log message you are parsing. Try declaring the quotes as constants in your pattern. Something lik...
Heavy idling
Glad that helped - thanks for letting me know. Filtering by mask is a good idea. This is something we could look into for a future r...
Execute .bat file from positive text filter
Hi, This is not currently possible, but I think it is a very interesting idea. This could be achieved relatively easily through a new command&nb...
Logger Filter and Rules greyed out
Hi, Thanks for taking the time to evaluate LogViewPlus. Rules are disabled because rules are always based an underlying filter. First create a f...
Multiple Log entry Timeline graph
Hi Brad, The key to generating a report with multiple lines is that the data set will need more than two columns. In other words, the first colu...
Possible memory leak
Thanks for confirming. The memory check must not be executing as expected. I will remove it in the next BETA release (due early next week)...
proxy server
Thanks for your effort Philippe. This sounds like it may be an issue in the code. Let me configure and run some test locally and I will ge...
Dynamic Creation of Columns by CustomReader
Hi Phw, If you look at MyParser in the sample projects, the GetSupportedTypes method implements a string column. You can use a string column to ...
Same file extension but different format
The default parser lookup behaviour is to apply the first matching parser configuration, but this can be changed by using the Heuristic Strategy inste...
Application becomes unresponsive
If you were to restart LogViewPlus and open all of the files which represent the data, what happens? I am guessing this would be about 500 files...